2.
Create a New Project
Prev Next |
-
Create a new project of Class Library type in Visual Studio
.NET. Name the project according to its functionality. We will call our
project Custom Checklist.
-
Add a reference to the Sitecore.Kernel assembly.
-
Add a reference to the following .NET Framework assembly:
System.Web
(System, System.Data and System.Xml assemblies are added by default);
Prev Next